home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Eductation Resources
/
APDL Eductation Resources.iso
/
programs
/
electronic
/
rlab
/
!RLaB
/
help_a_i
/
any
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-02-21
|
306 b
|
16 lines
any:
Syntax: any ( A )
Description:
When A is a vector (row or column):
Any returns TRUE (1) if any of the elements of A are non-zero.
Any returns FALSE (0) otherwise.
When A is a matrix (m >= 2):
Any operates on the columns of A, returning a row-vector of
ones and zeros.
See Also: all